os.File.chmod (method)
2 uses
os (current package)
file.go#L543: func (f *File) Chmod(mode FileMode) error { return f.chmod(mode) }
file_posix.go#L90: func (f *File) chmod(mode FileMode) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)